home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / risc_src.lha / risc_sources / xlib / xlibconstants.t < prev    next >
Text File  |  1990-06-01  |  30KB  |  892 lines

  1. (herald xlibconstants)
  2.  
  3. (define-constant X_PROTOCOL 11)
  4. (define-constant X_PROTOCOL_REVISION 0)
  5. (define-constant NONE 0)
  6. (define-constant PARENTRELATIVE 1)
  7. (define-constant COPYFROMPARENT 0)
  8. (define-constant POINTERWINDOW 0)
  9. (define-constant INPUTFOCUS 1)
  10. (define-constant POINTERROOT 1)
  11. (define-constant ANYPROPERTYTYPE 0)
  12. (define-constant ANYKEY 0)
  13. (define-constant ANYBUTTON 0)
  14. (define-constant ALLTEMPORARY 0)
  15. (define-constant CURRENTTIME 0)
  16. (define-constant NOSYMBOL 0)
  17. (define-constant NOEVENTMASK 0)
  18. (define-constant KEYPRESSMASK 1)
  19. (define-constant KEYRELEASEMASK 2)
  20. (define-constant BUTTONPRESSMASK 4)
  21. (define-constant BUTTONRELEASEMASK 8)
  22. (define-constant ENTERWINDOWMASK 16)
  23. (define-constant LEAVEWINDOWMASK 32)
  24. (define-constant POINTERMOTIONMASK 64)
  25. (define-constant POINTERMOTIONHINTMASK 128)
  26. (define-constant BUTTON1MOTIONMASK 256)
  27. (define-constant BUTTON2MOTIONMASK 512)
  28. (define-constant BUTTON3MOTIONMASK 1024)
  29. (define-constant BUTTON4MOTIONMASK 2048)
  30. (define-constant BUTTON5MOTIONMASK 4096)
  31. (define-constant BUTTONMOTIONMASK 8192)
  32. (define-constant KEYMAPSTATEMASK 16384)
  33. (define-constant EXPOSUREMASK 32768)
  34. (define-constant VISIBILITYCHANGEMASK 65536)
  35. (define-constant STRUCTURENOTIFYMASK 131072)
  36. (define-constant RESIZEREDIRECTMASK 262144)
  37. (define-constant SUBSTRUCTURENOTIFYMASK 524288)
  38. (define-constant SUBSTRUCTUREREDIRECTMASK 1048576)
  39. (define-constant FOCUSCHANGEMASK 2097152)
  40. (define-constant PROPERTYCHANGEMASK 4194304)
  41. (define-constant COLORMAPCHANGEMASK 8388608)
  42. (define-constant OWNERGRABBUTTONMASK 16777216)
  43. (define-constant KEYPRESS 2)
  44. (define-constant KEYRELEASE 3)
  45. (define-constant BUTTONPRESS 4)
  46. (define-constant BUTTONRELEASE 5)
  47. (define-constant MOTIONNOTIFY 6)
  48. (define-constant ENTERNOTIFY 7)
  49. (define-constant LEAVENOTIFY 8)
  50. (define-constant FOCUSIN 9)
  51. (define-constant FOCUSOUT 10)
  52. (define-constant KEYMAPNOTIFY 11)
  53. (define-constant EXPOSE 12)
  54. (define-constant GRAPHICSEXPOSE 13)
  55. (define-constant NOEXPOSE 14)
  56. (define-constant VISIBILITYNOTIFY 15)
  57. (define-constant CREATENOTIFY 16)
  58. (define-constant DESTROYNOTIFY 17)
  59. (define-constant UNMAPNOTIFY 18)
  60. (define-constant MAPNOTIFY 19)
  61. (define-constant MAPREQUEST 20)
  62. (define-constant REPARENTNOTIFY 21)
  63. (define-constant CONFIGURENOTIFY 22)
  64. (define-constant CONFIGUREREQUEST 23)
  65. (define-constant GRAVITYNOTIFY 24)
  66. (define-constant RESIZEREQUEST 25)
  67. (define-constant CIRCULATENOTIFY 26)
  68. (define-constant CIRCULATEREQUEST 27)
  69. (define-constant PROPERTYNOTIFY 28)
  70. (define-constant SELECTIONCLEAR 29)
  71. (define-constant SELECTIONREQUEST 30)
  72. (define-constant SELECTIONNOTIFY 31)
  73. (define-constant COLORMAPNOTIFY 32)
  74. (define-constant CLIENTMESSAGE 33)
  75. (define-constant MAPPINGNOTIFY 34)
  76. (define-constant LASTEVENT 35)
  77. (define-constant SHIFTMASK 1)
  78. (define-constant LOCKMASK 2)
  79. (define-constant CONTROLMASK 4)
  80. (define-constant MOD1MASK 8)
  81. (define-constant MOD2MASK 16)
  82. (define-constant MOD3MASK 32)
  83. (define-constant MOD4MASK 64)
  84. (define-constant MOD5MASK 128)
  85. (define-constant SHIFTMAPINDEX 0)
  86. (define-constant LOCKMAPINDEX 1)
  87. (define-constant CONTROLMAPINDEX 2)
  88. (define-constant MOD1MAPINDEX 3)
  89. (define-constant MOD2MAPINDEX 4)
  90. (define-constant MOD3MAPINDEX 5)
  91. (define-constant MOD4MAPINDEX 6)
  92. (define-constant MOD5MAPINDEX 7)
  93. (define-constant BUTTON1MASK 256)
  94. (define-constant BUTTON2MASK 512)
  95. (define-constant BUTTON3MASK 1024)
  96. (define-constant BUTTON4MASK 2048)
  97. (define-constant BUTTON5MASK 4096)
  98. (define-constant ANYMODIFIER 32768)
  99. (define-constant BUTTON1 1)
  100. (define-constant BUTTON2 2)
  101. (define-constant BUTTON3 3)
  102. (define-constant BUTTON4 4)
  103. (define-constant BUTTON5 5)
  104. (define-constant NOTIFYNORMAL 0)
  105. (define-constant NOTIFYGRAB 1)
  106. (define-constant NOTIFYUNGRAB 2)
  107. (define-constant NOTIFYWHILEGRABBED 3)
  108. (define-constant NOTIFYHINT 1)
  109. (define-constant NOTIFYANCESTOR 0)
  110. (define-constant NOTIFYVIRTUAL 1)
  111. (define-constant NOTIFYINFERIOR 2)
  112. (define-constant NOTIFYNONLINEAR 3)
  113. (define-constant NOTIFYNONLINEARVIRTUAL 4)
  114. (define-constant NOTIFYPOINTER 5)
  115. (define-constant NOTIFYPOINTERROOT 6)
  116. (define-constant NOTIFYDETAILNONE 7)
  117. (define-constant VISIBILITYUNOBSCURED 0)
  118. (define-constant VISIBILITYPARTIALLYOBSCURED 1)
  119. (define-constant VISIBILITYFULLYOBSCURED 2)
  120. (define-constant PLACEONTOP 0)
  121. (define-constant PLACEONBOTTOM 1)
  122. (define-constant FAMILYINTERNET 0)
  123. (define-constant FAMILYDECNET 1)
  124. (define-constant FAMILYCHAOS 2)
  125. (define-constant PROPERTYNEWVALUE 0)
  126. (define-constant PROPERTYDELETE 1)
  127. (define-constant COLORMAPUNINSTALLED 0)
  128. (define-constant COLORMAPINSTALLED 1)
  129. (define-constant GRABMODESYNC 0)
  130. (define-constant GRABMODEASYNC 1)
  131. (define-constant GRABSUCCESS 0)
  132. (define-constant ALREADYGRABBED 1)
  133. (define-constant GRABINVALIDTIME 2)
  134. (define-constant GRABNOTVIEWABLE 3)
  135. (define-constant GRABFROZEN 4)
  136. (define-constant ASYNCPOINTER 0)
  137. (define-constant SYNCPOINTER 1)
  138. (define-constant REPLAYPOINTER 2)
  139. (define-constant ASYNCKEYBOARD 3)
  140. (define-constant SYNCKEYBOARD 4)
  141. (define-constant REPLAYKEYBOARD 5)
  142. (define-constant ASYNCBOTH 6)
  143. (define-constant SYNCBOTH 7)
  144. (define-constant REVERTTONONE 0)
  145. (define-constant REVERTTOPOINTERROOT 1)
  146. (define-constant REVERTTOPARENT 2)
  147. (define-constant SUCCESS 0)
  148. (define-constant BADREQUEST 1)
  149. (define-constant BADVALUE 2)
  150. (define-constant BADWINDOW 3)
  151. (define-constant BADPIXMAP 4)
  152. (define-constant BADATOM 5)
  153. (define-constant BADCURSOR 6)
  154. (define-constant BADFONT 7)
  155. (define-constant BADMATCH 8)
  156. (define-constant BADDRAWABLE 9)
  157. (define-constant BADACCESS 10)
  158. (define-constant BADALLOC 11)
  159. (define-constant BADCOLOR 12)
  160. (define-constant BADGC 13)
  161. (define-constant BADIDCHOICE 14)
  162. (define-constant BADNAME 15)
  163. (define-constant BADLENGTH 16)
  164. (define-constant BADIMPLEMENTATION 17)
  165. (define-constant FIRSTEXTENSIONERROR 128)
  166. (define-constant LASTEXTENSIONERROR 255)
  167. (define-constant INPUTOUTPUT 1)
  168. (define-constant INPUTONLY 2)
  169. (define-constant CWBACKPIXMAP 1)
  170. (define-constant CWBACKPIXEL 2)
  171. (define-constant CWBORDERPIXMAP 4)
  172. (define-constant CWBORDERPIXEL 8)
  173. (define-constant CWBITGRAVITY 16)
  174. (define-constant CWWINGRAVITY 32)
  175. (define-constant CWBACKINGSTORE 64)
  176. (define-constant CWBACKINGPLANES 128)
  177. (define-constant CWBACKINGPIXEL 256)
  178. (define-constant CWOVERRIDEREDIRECT 512)
  179. (define-constant CWSAVEUNDER 1024)
  180. (define-constant CWEVENTMASK 2048)
  181. (define-constant CWDONTPROPAGATE 4096)
  182. (define-constant CWCOLORMAP 8192)
  183. (define-constant CWCURSOR 16384)
  184. (define-constant CWX 1)
  185. (define-constant CWY 2)
  186. (define-constant CWWIDTH 4)
  187. (define-constant CWHEIGHT 8)
  188. (define-constant CWBORDERWIDTH 16)
  189. (define-constant CWSIBLING 32)
  190. (define-constant CWSTACKMODE 64)
  191. (define-constant FORGETGRAVITY 0)
  192. (define-constant NORTHWESTGRAVITY 1)
  193. (define-constant NORTHGRAVITY 2)
  194. (define-constant NORTHEASTGRAVITY 3)
  195. (define-constant WESTGRAVITY 4)
  196. (define-constant CENTERGRAVITY 5)
  197. (define-constant EASTGRAVITY 6)
  198. (define-constant SOUTHWESTGRAVITY 7)
  199. (define-constant SOUTHGRAVITY 8)
  200. (define-constant SOUTHEASTGRAVITY 9)
  201. (define-constant STATICGRAVITY 10)
  202. (define-constant UNMAPGRAVITY 0)
  203. (define-constant NOTUSEFUL 0)
  204. (define-constant WHENMAPPED 1)
  205. (define-constant ALWAYS 2)
  206. (define-constant ISUNMAPPED 0)
  207. (define-constant ISUNVIEWABLE 1)
  208. (define-constant ISVIEWABLE 2)
  209. (define-constant SETMODEINSERT 0)
  210. (define-constant SETMODEDELETE 1)
  211. (define-constant DESTROYALL 0)
  212. (define-constant RETAINPERMANENT 1)
  213. (define-constant RETAINTEMPORARY 2)
  214. (define-constant ABOVE 0)
  215. (define-constant BELOW 1)
  216. (define-constant TOPIF 2)
  217. (define-constant BOTTOMIF 3)
  218. (define-constant OPPOSITE 4)
  219. (define-constant RAISELOWEST 0)
  220. (define-constant LOWERHIGHEST 1)
  221. (define-constant PROPMODEREPLACE 0)
  222. (define-constant PROPMODEPREPEND 1)
  223. (define-constant PROPMODEAPPEND 2)
  224. (define-constant GXCLEAR 0)
  225. (define-constant GXAND 1)
  226. (define-constant GXANDREVERSE 2)
  227. (define-constant GXCOPY 3)
  228. (define-constant GXANDINVERTED 4)
  229. (define-constant GXNOOP 5)
  230. (define-constant GXXOR 6)
  231. (define-constant GXOR 7)
  232. (define-constant GXNOR 8)
  233. (define-constant GXEQUIV 9)
  234. (define-constant GXINVERT 10)
  235. (define-constant GXORREVERSE 11)
  236. (define-constant GXCOPYINVERTED 12)
  237. (define-constant GXORINVERTED 13)
  238. (define-constant GXNAND 14)
  239. (define-constant GXSET 15)
  240. (define-constant LINESOLID 0)
  241. (define-constant LINEONOFFDASH 1)
  242. (define-constant LINEDOUBLEDASH 2)
  243. (define-constant CAPNOTLAST 0)
  244. (define-constant CAPBUTT 1)
  245. (define-constant CAPROUND 2)
  246. (define-constant CAPPROJECTING 3)
  247. (define-constant JOINMITER 0)
  248. (define-constant JOINROUND 1)
  249. (define-constant JOINBEVEL 2)
  250. (define-constant FILLSOLID 0)
  251. (define-constant FILLTILED 1)
  252. (define-constant FILLSTIPPLED 2)
  253. (define-constant FILLOPAQUESTIPPLED 3)
  254. (define-constant EVENODDRULE 0)
  255. (define-constant WINDINGRULE 1)
  256. (define-constant CLIPBYCHILDREN 0)
  257. (define-constant INCLUDEINFERIORS 1)
  258. (define-constant UNSORTED 0)
  259. (define-constant YSORTED 1)
  260. (define-constant YXSORTED 2)
  261. (define-constant YXBANDED 3)
  262. (define-constant COORDMODEORIGIN 0)
  263. (define-constant COORDMODEPREVIOUS 1)
  264. (define-constant COMPLEX 0)
  265. (define-constant NONCONVEX 1)
  266. (define-constant CONVEX 2)
  267. (define-constant ARCCHORD 0)
  268. (define-constant ARCPIESLICE 1)
  269. (define-constant GCFUNCTION 1)
  270. (define-constant GCPLANEMASK 2)
  271. (define-constant GCFOREGROUND 4)
  272. (define-constant GCBACKGROUND 8)
  273. (define-constant GCLINEWIDTH 16)
  274. (define-constant GCLINESTYLE 32)
  275. (define-constant GCCAPSTYLE 64)
  276. (define-constant GCJOINSTYLE 128)
  277. (define-constant GCFILLSTYLE 256)
  278. (define-constant GCFILLRULE 512)
  279. (define-constant GCTILE 1024)
  280. (define-constant GCSTIPPLE 2048)
  281. (define-constant GCTILESTIPXORIGIN 4096)
  282. (define-constant GCTILESTIPYORIGIN 8192)
  283. (define-constant GCFONT 16384)
  284. (define-constant GCSUBWINDOWMODE 32768)
  285. (define-constant GCGRAPHICSEXPOSURES 65536)
  286. (define-constant GCCLIPXORIGIN 131072)
  287. (define-constant GCCLIPYORIGIN 262144)
  288. (define-constant GCCLIPMASK 524288)
  289. (define-constant GCDASHOFFSET 1048576)
  290. (define-constant GCDASHLIST 2097152)
  291. (define-constant GCARCMODE 4194304)
  292. (define-constant GCLASTBIT 22)
  293. (define-constant FONTLEFTTORIGHT 0)
  294. (define-constant FONTRIGHTTOLEFT 1)
  295. (define-constant FONTCHANGE 255)
  296. (define-constant XYBITMAP 0)
  297. (define-constant XYPIXMAP 1)
  298. (define-constant ZPIXMAP 2)
  299. (define-constant ALLOCNONE 0)
  300. (define-constant ALLOCALL 1)
  301. (define-constant DORED 1)
  302. (define-constant DOGREEN 2)
  303. (define-constant DOBLUE 4)
  304. (define-constant CURSORSHAPE 0)
  305. (define-constant TILESHAPE 1)
  306. (define-constant STIPPLESHAPE 2)
  307. (define-constant AUTOREPEATMODEOFF 0)
  308. (define-constant AUTOREPEATMODEON 1)
  309. (define-constant AUTOREPEATMODEDEFAULT 2)
  310. (define-constant LEDMODEOFF 0)
  311. (define-constant LEDMODEON 1)
  312. (define-constant KBKEYCLICKPERCENT 1)
  313. (define-constant KBBELLPERCENT 2)
  314. (define-constant KBBELLPITCH 4)
  315. (define-constant KBBELLDURATION 8)
  316. (define-constant KBLED 16)
  317. (define-constant KBLEDMODE 32)
  318. (define-constant KBKEY 64)
  319. (define-constant KBAUTOREPEATMODE 128)
  320. (define-constant MAPPINGSUCCESS 0)
  321. (define-constant MAPPINGBUSY 1)
  322. (define-constant MAPPINGFAILED 2)
  323. (define-constant MAPPINGMODIFIER 0)
  324. (define-constant MAPPINGKEYBOARD 1)
  325. (define-constant MAPPINGPOINTER 2)
  326. (define-constant DONTPREFERBLANKING 0)
  327. (define-constant PREFERBLANKING 1)
  328. (define-constant DEFAULTBLANKING 2)
  329. (define-constant DISABLESCREENSAVER 0)
  330. (define-constant DISABLESCREENINTERVAL 0)
  331. (define-constant DONTALLOWEXPOSURES 0)
  332. (define-constant ALLOWEXPOSURES 1)
  333. (define-constant DEFAULTEXPOSURES 2)
  334. (define-constant SCREENSAVERRESET 0)
  335. (define-constant SCREENSAVERACTIVE 1)
  336. (define-constant HOSTINSERT 0)
  337. (define-constant HOSTDELETE 1)
  338. (define-constant ENABLEACCESS 1)
  339. (define-constant DISABLEACCESS 0)
  340. (define-constant STATICGRAY 0)
  341. (define-constant GRAYSCALE 1)
  342. (define-constant STATICCOLOR 2)
  343. (define-constant PSEUDOCOLOR 3)
  344. (define-constant TRUECOLOR 4)
  345. (define-constant DIRECTCOLOR 5)
  346. (define-constant LSBFIRST 0)
  347. (define-constant MSBFIRST 1)
  348. (define-constant XA_PRIMARY 1)
  349. (define-constant XA_SECONDARY 2)
  350. (define-constant XA_ARC 3)
  351. (define-constant XA_ATOM 4)
  352. (define-constant XA_BITMAP 5)
  353. (define-constant XA_CARDINAL 6)
  354. (define-constant XA_COLORMAP 7)
  355. (define-constant XA_CURSOR 8)
  356. (define-constant XA_CUT_BUFFER0 9)
  357. (define-constant XA_CUT_BUFFER1 10)
  358. (define-constant XA_CUT_BUFFER2 11)
  359. (define-constant XA_CUT_BUFFER3 12)
  360. (define-constant XA_CUT_BUFFER4 13)
  361. (define-constant XA_CUT_BUFFER5 14)
  362. (define-constant XA_CUT_BUFFER6 15)
  363. (define-constant XA_CUT_BUFFER7 16)
  364. (define-constant XA_DRAWABLE 17)
  365. (define-constant XA_FONT 18)
  366. (define-constant XA_INTEGER 19)
  367. (define-constant XA_PIXMAP 20)
  368. (define-constant XA_POINT 21)
  369. (define-constant XA_RECTANGLE 22)
  370. (define-constant XA_RESOURCE_MANAGER 23)
  371. (define-constant XA_RGB_COLOR_MAP 24)
  372. (define-constant XA_RGB_BEST_MAP 25)
  373. (define-constant XA_RGB_BLUE_MAP 26)
  374. (define-constant XA_RGB_DEFAULT_MAP 27)
  375. (define-constant XA_RGB_GRAY_MAP 28)
  376. (define-constant XA_RGB_GREEN_MAP 29)
  377. (define-constant XA_RGB_RED_MAP 30)
  378. (define-constant XA_STRING 31)
  379. (define-constant XA_VISUALID 32)
  380. (define-constant XA_WINDOW 33)
  381. (define-constant XA_WM_COMMAND 34)
  382. (define-constant XA_WM_HINTS 35)
  383. (define-constant XA_WM_CLIENT_MACHINE 36)
  384. (define-constant XA_WM_ICON_NAME 37)
  385. (define-constant XA_WM_ICON_SIZE 38)
  386. (define-constant XA_WM_NAME 39)
  387. (define-constant XA_WM_NORMAL_HINTS 40)
  388. (define-constant XA_WM_SIZE_HINTS 41)
  389. (define-constant XA_WM_ZOOM_HINTS 42)
  390. (define-constant XA_MIN_SPACE 43)
  391. (define-constant XA_NORM_SPACE 44)
  392. (define-constant XA_MAX_SPACE 45)
  393. (define-constant XA_END_SPACE 46)
  394. (define-constant XA_SUPERSCRIPT_X 47)
  395. (define-constant XA_SUPERSCRIPT_Y 48)
  396. (define-constant XA_SUBSCRIPT_X 49)
  397. (define-constant XA_SUBSCRIPT_Y 50)
  398. (define-constant XA_UNDERLINE_POSITION 51)
  399. (define-constant XA_UNDERLINE_THICKNESS 52)
  400. (define-constant XA_STRIKEOUT_ASCENT 53)
  401. (define-constant XA_STRIKEOUT_DESCENT 54)
  402. (define-constant XA_ITALIC_ANGLE 55)
  403. (define-constant XA_X_HEIGHT 56)
  404. (define-constant XA_QUAD_WIDTH 57)
  405. (define-constant XA_WEIGHT 58)
  406. (define-constant XA_POINT_SIZE 59)
  407. (define-constant XA_RESOLUTION 60)
  408. (define-constant XA_COPYRIGHT 61)
  409. (define-constant XA_NOTICE 62)
  410. (define-constant XA_FONT_NAME 63)
  411. (define-constant XA_FAMILY_NAME 64)
  412. (define-constant XA_FULL_NAME 65)
  413. (define-constant XA_CAP_HEIGHT 66)
  414. (define-constant XA_WM_CLASS 67)
  415. (define-constant XA_WM_TRANSIENT_FOR 68)
  416. (define-constant XA_LAST_PREDEFINED 68)
  417. (define-constant QUEUEDALREADY 0)
  418. (define-constant QUEUEDAFTERREADING 1)
  419. (define-constant QUEUEDAFTERFLUSH 2)
  420. (define-constant ALLPLANES -1)
  421. (define-constant NULL 0)
  422. (define-constant NULLQUARK 0)
  423. (define-constant NULLSTRING 0)
  424. (define-constant XRMBINDTIGHTLY 0)
  425. (define-constant XRMBINDLOOSELY 1)
  426. (define-constant XRMOPTIONNOARG 0)
  427. (define-constant XRMOPTIONISARG 1)
  428. (define-constant XRMOPTIONSTICKYARG 2)
  429. (define-constant XRMOPTIONSEPARG 3)
  430. (define-constant XRMOPTIONRESARG 4)
  431. (define-constant XRMOPTIONSKIPARG 5)
  432. (define-constant XRMOPTIONSKIPLINE 6)
  433. (define-constant NOVALUE 0)
  434. (define-constant XVALUE 1)
  435. (define-constant YVALUE 2)
  436. (define-constant WIDTHVALUE 4)
  437. (define-constant HEIGHTVALUE 8)
  438. (define-constant ALLVALUES 15)
  439. (define-constant XNEGATIVE 16)
  440. (define-constant YNEGATIVE 32)
  441. (define-constant USPOSITION 1)
  442. (define-constant USSIZE 2)
  443. (define-constant PPOSITION 4)
  444. (define-constant PSIZE 8)
  445. (define-constant PMINSIZE 16)
  446. (define-constant PMAXSIZE 32)
  447. (define-constant PRESIZEINC 64)
  448. (define-constant PASPECT 128)
  449. (define-constant PALLHINTS 252)
  450. (define-constant INPUTHINT 1)
  451. (define-constant STATEHINT 2)
  452. (define-constant ICONPIXMAPHINT 4)
  453. (define-constant ICONWINDOWHINT 8)
  454. (define-constant ICONPOSITIONHINT 16)
  455. (define-constant ICONMASKHINT 32)
  456. (define-constant WINDOWGROUPHINT 64)
  457. (define-constant ALLHINTS 127)
  458. (define-constant DONTCARESTATE 0)
  459. (define-constant NORMALSTATE 1)
  460. (define-constant ZOOMSTATE 2)
  461. (define-constant ICONICSTATE 3)
  462. (define-constant INACTIVESTATE 4)
  463. (define-constant RECTANGLEOUT 0)
  464. (define-constant RECTANGLEIN 1)
  465. (define-constant RECTANGLEPART 2)
  466. (define-constant VISUALNOMASK 0)
  467. (define-constant VISUALIDMASK 1)
  468. (define-constant VISUALSCREENMASK 2)
  469. (define-constant VISUALDEPTHMASK 4)
  470. (define-constant VISUALCLASSMASK 8)
  471. (define-constant VISUALREDMASKMASK 16)
  472. (define-constant VISUALGREENMASKMASK 32)
  473. (define-constant VISUALBLUEMASKMASK 64)
  474. (define-constant VISUALCOLORMAPSIZEMASK 128)
  475. (define-constant VISUALBITSPERRGBMASK 256)
  476. (define-constant VISUALALLMASK 511)
  477. (define-constant BITMAPSUCCESS 0)
  478. (define-constant BITMAPOPENFAILED 1)
  479. (define-constant BITMAPFILEINVALID 2)
  480. (define-constant BITMAPNOMEMORY 3)
  481. (define-constant XCSUCCESS 0)
  482. (define-constant XCNOMEM 1)
  483. (define-constant XCNOENT 2)
  484. (define-constant XK_BACKSPACE 65288)
  485. (define-constant XK_TAB 65289)
  486. (define-constant XK_LINEFEED 65290)
  487. (define-constant XK_CLEAR 65291)
  488. (define-constant XK_RETURN 65293)
  489. (define-constant XK_PAUSE 65299)
  490. (define-constant XK_ESCAPE 65307)
  491. (define-constant XK_DELETE 65535)
  492. (define-constant XK_MULTI_KEY 65312)
  493. (define-constant XK_KANJI 65313)
  494. (define-constant XK_HOME 65360)
  495. (define-constant XK_LEFT 65361)
  496. (define-constant XK_UP 65362)
  497. (define-constant XK_RIGHT 65363)
  498. (define-constant XK_DOWN 65364)
  499. (define-constant XK_PRIOR 65365)
  500. (define-constant XK_NEXT 65366)
  501. (define-constant XK_END 65367)
  502. (define-constant XK_BEGIN 65368)
  503. (define-constant XK_SELECT 65376)
  504. (define-constant XK_PRINT 65377)
  505. (define-constant XK_EXECUTE 65378)
  506. (define-constant XK_INSERT 65379)
  507. (define-constant XK_UNDO 65381)
  508. (define-constant XK_REDO 65382)
  509. (define-constant XK_MENU 65383)
  510. (define-constant XK_FIND 65384)
  511. (define-constant XK_CANCEL 65385)
  512. (define-constant XK_HELP 65386)
  513. (define-constant XK_BREAK 65387)
  514. (define-constant XK_MODE_SWITCH 65406)
  515. (define-constant XK_SCRIPT_SWITCH 65406)
  516. (define-constant XK_NUM_LOCK 65407)
  517. (define-constant XK_KP_SPACE 65408)
  518. (define-constant XK_KP_TAB 65417)
  519. (define-constant XK_KP_ENTER 65421)
  520. (define-constant XK_KP_F1 65425)
  521. (define-constant XK_KP_F2 65426)
  522. (define-constant XK_KP_F3 65427)
  523. (define-constant XK_KP_F4 65428)
  524. (define-constant XK_KP_EQUAL 65469)
  525. (define-constant XK_KP_MULTIPLY 65450)
  526. (define-constant XK_KP_ADD 65451)
  527. (define-constant XK_KP_SEPARATOR 65452)
  528. (define-constant XK_KP_SUBTRACT 65453)
  529. (define-constant XK_KP_DECIMAL 65454)
  530. (define-constant XK_KP_DIVIDE 65455)
  531. (define-constant XK_KP_0 65456)
  532. (define-constant XK_KP_1 65457)
  533. (define-constant XK_KP_2 65458)
  534. (define-constant XK_KP_3 65459)
  535. (define-constant XK_KP_4 65460)
  536. (define-constant XK_KP_5 65461)
  537. (define-constant XK_KP_6 65462)
  538. (define-constant XK_KP_7 65463)
  539. (define-constant XK_KP_8 65464)
  540. (define-constant XK_KP_9 65465)
  541. (define-constant XK_F1 65470)
  542. (define-constant XK_F2 65471)
  543. (define-constant XK_F3 65472)
  544. (define-constant XK_F4 65473)
  545. (define-constant XK_F5 65474)
  546. (define-constant XK_F6 65475)
  547. (define-constant XK_F7 65476)
  548. (define-constant XK_F8 65477)
  549. (define-constant XK_F9 65478)
  550. (define-constant XK_F10 65479)
  551. (define-constant XK_F11 65480)
  552. (define-constant XK_L1 65480)
  553. (define-constant XK_F12 65481)
  554. (define-constant XK_L2 65481)
  555. (define-constant XK_F13 65482)
  556. (define-constant XK_L3 65482)
  557. (define-constant XK_F14 65483)
  558. (define-constant XK_L4 65483)
  559. (define-constant XK_F15 65484)
  560. (define-constant XK_L5 65484)
  561. (define-constant XK_F16 65485)
  562. (define-constant XK_L6 65485)
  563. (define-constant XK_F17 65486)
  564. (define-constant XK_L7 65486)
  565. (define-constant XK_F18 65487)
  566. (define-constant XK_L8 65487)
  567. (define-constant XK_F19 65488)
  568. (define-constant XK_L9 65488)
  569. (define-constant XK_F20 65489)
  570. (define-constant XK_L10 65489)
  571. (define-constant XK_F21 65490)
  572. (define-constant XK_R1 65490)
  573. (define-constant XK_F22 65491)
  574. (define-constant XK_R2 65491)
  575. (define-constant XK_F23 65492)
  576. (define-constant XK_R3 65492)
  577. (define-constant XK_F24 65493)
  578. (define-constant XK_R4 65493)
  579. (define-constant XK_F25 65494)
  580. (define-constant XK_R5 65494)
  581. (define-constant XK_F26 65495)
  582. (define-constant XK_R6 65495)
  583. (define-constant XK_F27 65496)
  584. (define-constant XK_R7 65496)
  585. (define-constant XK_F28 65497)
  586. (define-constant XK_R8 65497)
  587. (define-constant XK_F29 65498)
  588. (define-constant XK_R9 65498)
  589. (define-constant XK_F30 65499)
  590. (define-constant XK_R10 65499)
  591. (define-constant XK_F31 65500)
  592. (define-constant XK_R11 65500)
  593. (define-constant XK_F32 65501)
  594. (define-constant XK_R12 65501)
  595. (define-constant XK_R13 65502)
  596. (define-constant XK_F33 65502)
  597. (define-constant XK_F34 65503)
  598. (define-constant XK_R14 65503)
  599. (define-constant XK_F35 65504)
  600. (define-constant XK_R15 65504)
  601. (define-constant XK_SHIFT_L 65505)
  602. (define-constant XK_SHIFT_R 65506)
  603. (define-constant XK_CONTROL_L 65507)
  604. (define-constant XK_CONTROL_R 65508)
  605. (define-constant XK_CAPS_LOCK 65509)
  606. (define-constant XK_SHIFT_LOCK 65510)
  607. (define-constant XK_META_L 65511)
  608. (define-constant XK_META_R 65512)
  609. (define-constant XK_ALT_L 65513)
  610. (define-constant XK_ALT_R 65514)
  611. (define-constant XK_SUPER_L 65515)
  612. (define-constant XK_SUPER_R 65516)
  613. (define-constant XK_HYPER_L 65517)
  614. (define-constant XK_HYPER_R 65518)
  615. (define-constant XK_SPACE 32)
  616. (define-constant XK_EXCLAM 33)
  617. (define-constant XK_QUOTEDBL 34)
  618. (define-constant XK_NUMBERSIGN 35)
  619. (define-constant XK_DOLLAR 36)
  620. (define-constant XK_PERCENT 37)
  621. (define-constant XK_AMPERSAND 38)
  622. (define-constant XK_QUOTERIGHT 39)
  623. (define-constant XK_PARENLEFT 40)
  624. (define-constant XK_PARENRIGHT 41)
  625. (define-constant XK_ASTERISK 42)
  626. (define-constant XK_PLUS 43)
  627. (define-constant XK_COMMA 44)
  628. (define-constant XK_MINUS 45)
  629. (define-constant XK_PERIOD 46)
  630. (define-constant XK_SLASH 47)
  631. (define-constant XK_0 48)
  632. (define-constant XK_1 49)
  633. (define-constant XK_2 50)
  634. (define-constant XK_3 51)
  635. (define-constant XK_4 52)
  636. (define-constant XK_5 53)
  637. (define-constant XK_6 54)
  638. (define-constant XK_7 55)
  639. (define-constant XK_8 56)
  640. (define-constant XK_9 57)
  641. (define-constant XK_COLON 58)
  642. (define-constant XK_SEMICOLON 59)
  643. (define-constant XK_LESS 60)
  644. (define-constant XK_EQUAL 61)
  645. (define-constant XK_GREATER 62)
  646. (define-constant XK_QUESTION 63)
  647. (define-constant XK_AT 64)
  648. (define-constant XK_A 65)
  649. (define-constant XK_B 66)
  650. (define-constant XK_C 67)
  651. (define-constant XK_D 68)
  652. (define-constant XK_E 69)
  653. (define-constant XK_F 70)
  654. (define-constant XK_G 71)
  655. (define-constant XK_H 72)
  656. (define-constant XK_I 73)
  657. (define-constant XK_J 74)
  658. (define-constant XK_K 75)
  659. (define-constant XK_L 76)
  660. (define-constant XK_M 77)
  661. (define-constant XK_N 78)
  662. (define-constant XK_O 79)
  663. (define-constant XK_P 80)
  664. (define-constant XK_Q 81)
  665. (define-constant XK_R 82)
  666. (define-constant XK_S 83)
  667. (define-constant XK_T 84)
  668. (define-constant XK_U 85)
  669. (define-constant XK_V 86)
  670. (define-constant XK_W 87)
  671. (define-constant XK_X 88)
  672. (define-constant XK_Y 89)
  673. (define-constant XK_Z 90)
  674. (define-constant XK_BRACKETLEFT 91)
  675. (define-constant XK_BACKSLASH 92)
  676. (define-constant XK_BRACKETRIGHT 93)
  677. (define-constant XK_ASCIICIRCUM 94)
  678. (define-constant XK_UNDERSCORE 95)
  679. (define-constant XK_QUOTELEFT 96)
  680. (define-constant XK_LCA 97)
  681. (define-constant XK_LCB 98)
  682. (define-constant XK_LCC 99)
  683. (define-constant XK_LCD 100)
  684. (define-constant XK_LCE 101)
  685. (define-constant XK_LCF 102)
  686. (define-constant XK_LCG 103)
  687. (define-constant XK_LCH 104)
  688. (define-constant XK_LCI 105)
  689. (define-constant XK_LCJ 106)
  690. (define-constant XK_LCK 107)
  691. (define-constant XK_LCL 108)
  692. (define-constant XK_LCM 109)
  693. (define-constant XK_LCN 110)
  694. (define-constant XK_LCO 111)
  695. (define-constant XK_LCP 112)
  696. (define-constant XK_LCQ 113)
  697. (define-constant XK_LCR 114)
  698. (define-constant XK_LCS 115)
  699. (define-constant XK_LCT 116)
  700. (define-constant XK_LCU 117)
  701. (define-constant XK_LCV 118)
  702. (define-constant XK_LCW 119)
  703. (define-constant XK_LCX 120)
  704. (define-constant XK_LCY 121)
  705. (define-constant XK_LCZ 122)
  706. (define-constant XK_BRACELEFT 123)
  707. (define-constant XK_BAR 124)
  708. (define-constant XK_BRACERIGHT 125)
  709. (define-constant XK_ASCIITILDE 126)
  710. (define-constant XK_NOBREAKSPACE 160)
  711. (define-constant XK_EXCLAMDOWN 161)
  712. (define-constant XK_CENT 162)
  713. (define-constant XK_STERLING 163)
  714. (define-constant XK_CURRENCY 164)
  715. (define-constant XK_YEN 165)
  716. (define-constant XK_BROKENBAR 166)
  717. (define-constant XK_SECTION 167)
  718. (define-constant XK_DIAERESIS 168)
  719. (define-constant XK_COPYRIGHT 169)
  720. (define-constant XK_ORDFEMININE 170)
  721. (define-constant XK_GUILLEMOTLEFT 171)
  722. (define-constant XK_NOTSIGN 172)
  723. (define-constant XK_HYPHEN 173)
  724. (define-constant XK_REGISTERED 174)
  725. (define-constant XK_MACRON 175)
  726. (define-constant XK_DEGREE 176)
  727. (define-constant XK_PLUSMINUS 177)
  728. (define-constant XK_TWOSUPERIOR 178)
  729. (define-constant XK_THREESUPERIOR 179)
  730. (define-constant XK_ACUTE 180)
  731. (define-constant XK_MU 181)
  732. (define-constant XK_PARAGRAPH 182)
  733. (define-constant XK_PERIODCENTERED 183)
  734. (define-constant XK_CEDILLA 184)
  735. (define-constant XK_ONESUPERIOR 185)
  736. (define-constant XK_MASCULINE 186)
  737. (define-constant XK_GUILLEMOTRIGHT 187)
  738. (define-constant XK_ONEQUARTER 188)
  739. (define-constant XK_ONEHALF 189)
  740. (define-constant XK_THREEQUARTERS 190)
  741. (define-constant XK_QUESTIONDOWN 191)
  742. (define-constant XK_AGRAVE 192)
  743. (define-constant XK_AACUTE 193)
  744. (define-constant XK_ACIRCUMFLEX 194)
  745. (define-constant XK_ATILDE 195)
  746. (define-constant XK_ADIAERESIS 196)
  747. (define-constant XK_ARING 197)
  748. (define-constant XK_AE 198)
  749. (define-constant XK_CCEDILLA 199)
  750. (define-constant XK_EGRAVE 200)
  751. (define-constant XK_EACUTE 201)
  752. (define-constant XK_ECIRCUMFLEX 202)
  753. (define-constant XK_EDIAERESIS 203)
  754. (define-constant XK_IGRAVE 204)
  755. (define-constant XK_IACUTE 205)
  756. (define-constant XK_ICIRCUMFLEX 206)
  757. (define-constant XK_IDIAERESIS 207)
  758. (define-constant XK_ETH 208)
  759. (define-constant XK_NTILDE 209)
  760. (define-constant XK_OGRAVE 210)
  761. (define-constant XK_OACUTE 211)
  762. (define-constant XK_OCIRCUMFLEX 212)
  763. (define-constant XK_OTILDE 213)
  764. (define-constant XK_ODIAERESIS 214)
  765. (define-constant XK_MULTIPLY 215)
  766. (define-constant XK_OOBLIQUE 216)
  767. (define-constant XK_UGRAVE 217)
  768. (define-constant XK_UACUTE 218)
  769. (define-constant XK_UCIRCUMFLEX 219)
  770. (define-constant XK_UDIAERESIS 220)
  771. (define-constant XK_YACUTE 221)
  772. (define-constant XK_THORN 222)
  773. (define-constant XK_SSHARP 223)
  774. (define-constant XK_LCAGRAVE 224)
  775. (define-constant XK_LCAACUTE 225)
  776. (define-constant XK_LCACIRCUMFLEX 226)
  777. (define-constant XK_LCATILDE 227)
  778. (define-constant XK_LCADIAERESIS 228)
  779. (define-constant XK_LCARING 229)
  780. (define-constant XK_LCAE 230)
  781. (define-constant XK_LCCCEDILLA 231)
  782. (define-constant XK_LCEGRAVE 232)
  783. (define-constant XK_LCEACUTE 233)
  784. (define-constant XK_LCECIRCUMFLEX 234)
  785. (define-constant XK_LCEDIAERESIS 235)
  786. (define-constant XK_LCIGRAVE 236)
  787. (define-constant XK_LCIACUTE 237)
  788. (define-constant XK_LCICIRCUMFLEX 238)
  789. (define-constant XK_LCIDIAERESIS 239)
  790. (define-constant XK_LCETH 240)
  791. (define-constant XK_LCNTILDE 241)
  792. (define-constant XK_LCOGRAVE 242)
  793. (define-constant XK_LCOACUTE 243)
  794. (define-constant XK_LCOCIRCUMFLEX 244)
  795. (define-constant XK_LCOTILDE 245)
  796. (define-constant XK_LCODIAERESIS 246)
  797. (define-constant XK_DIVISION 247)
  798. (define-constant XK_OSLASH 248)
  799. (define-constant XK_LCUGRAVE 249)
  800. (define-constant XK_LCUACUTE 250)
  801. (define-constant XK_LCUCIRCUMFLEX 251)
  802. (define-constant XK_LCUDIAERESIS 252)
  803. (define-constant XK_LCYACUTE 253)
  804. (define-constant XK_LCTHORN 254)
  805. (define-constant XK_YDIAERESIS 255)
  806. (define-constant DXK_RING_ACCENT 268500656)
  807. (define-constant DXK_CIRCUMFLEX_ACCENT 268500574)
  808. (define-constant DXK_CEDILLA_ACCENT 268500524)
  809. (define-constant DXK_ACUTE_ACCENT 268500519)
  810. (define-constant DXK_GRAVE_ACCENT 268500576)
  811. (define-constant DXK_TILDE 268500606)
  812. (define-constant DXK_DIAERESIS 268500514)
  813. (define-constant DXK_REMOVE 268500736)
  814. (define-constant XC_NUM_GLYPHS 154)
  815. (define-constant XC_X_CURSOR 0)
  816. (define-constant XC_ARROW 2)
  817. (define-constant XC_BASED_ARROW_DOWN 4)
  818. (define-constant XC_BASED_ARROW_UP 6)
  819. (define-constant XC_BOAT 8)
  820. (define-constant XC_BOGOSITY 10)
  821. (define-constant XC_BOTTOM_LEFT_CORNER 12)
  822. (define-constant XC_BOTTOM_RIGHT_CORNER 14)
  823. (define-constant XC_BOTTOM_SIDE 16)
  824. (define-constant XC_BOTTOM_TEE 18)
  825. (define-constant XC_BOX_SPIRAL 20)
  826. (define-constant XC_CENTER_PTR 22)
  827. (define-constant XC_CIRCLE 24)
  828. (define-constant XC_CLOCK 26)
  829. (define-constant XC_COFFEE_MUG 28)
  830. (define-constant XC_CROSS 30)
  831. (define-constant XC_CROSS_REVERSE 32)
  832. (define-constant XC_CROSSHAIR 34)
  833. (define-constant XC_DIAMOND_CROSS 36)
  834. (define-constant XC_DOT 38)
  835. (define-constant XC_DOTBOX 40)
  836. (define-constant XC_DOUBLE_ARROW 42)
  837. (define-constant XC_DRAFT_LARGE 44)
  838. (define-constant XC_DRAFT_SMALL 46)
  839. (define-constant XC_DRAPED_BOX 48)
  840. (define-constant XC_EXCHANGE 50)
  841. (define-constant XC_FLEUR 52)
  842. (define-constant XC_GOBBLER 54)
  843. (define-constant XC_GUMBY 56)
  844. (define-constant XC_HAND1 58)
  845. (define-constant XC_HAND2 60)
  846. (define-constant XC_HEART 62)
  847. (define-constant XC_ICON 64)
  848. (define-constant XC_IRON_CROSS 66)
  849. (define-constant XC_LEFT_PTR 68)
  850. (define-constant XC_LEFT_SIDE 70)
  851. (define-constant XC_LEFT_TEE 72)
  852. (define-constant XC_LEFTBUTTON 74)
  853. (define-constant XC_LL_ANGLE 76)
  854. (define-constant XC_LR_ANGLE 78)
  855. (define-constant XC_MAN 80)
  856. (define-constant XC_MIDDLEBUTTON 82)
  857. (define-constant XC_MOUSE 84)
  858. (define-constant XC_PENCIL 86)
  859. (define-constant XC_PIRATE 88)
  860. (define-constant XC_PLUS 90)
  861. (define-constant XC_QUESTION_ARROW 92)
  862. (define-constant XC_RIGHT_PTR 94)
  863. (define-constant XC_RIGHT_SIDE 96)
  864. (define-constant XC_RIGHT_TEE 98)
  865. (define-constant XC_RIGHTBUTTON 100)
  866. (define-constant XC_RTL_LOGO 102)
  867. (define-constant XC_SAILBOAT 104)
  868. (define-constant XC_SB_DOWN_ARROW 106)
  869. (define-constant XC_SB_H_DOUBLE_ARROW 108)
  870. (define-constant XC_SB_LEFT_ARROW 110)
  871. (define-constant XC_SB_RIGHT_ARROW 112)
  872. (define-constant XC_SB_UP_ARROW 114)
  873. (define-constant XC_SB_V_DOUBLE_ARROW 116)
  874. (define-constant XC_SHUTTLE 118)
  875. (define-constant XC_SIZING 120)
  876. (define-constant XC_SPIDER 122)
  877. (define-constant XC_SPRAYCAN 124)
  878. (define-constant XC_STAR 126)
  879. (define-constant XC_TARGET 128)
  880. (define-constant XC_TCROSS 130)
  881. (define-constant XC_TOP_LEFT_ARROW 132)
  882. (define-constant XC_TOP_LEFT_CORNER 134)
  883. (define-constant XC_TOP_RIGHT_CORNER 136)
  884. (define-constant XC_TOP_SIDE 138)
  885. (define-constant XC_TOP_TEE 140)
  886. (define-constant XC_TREK 142)
  887. (define-constant XC_UL_ANGLE 144)
  888. (define-constant XC_UMBRELLA 146)
  889. (define-constant XC_UR_ANGLE 148)
  890. (define-constant XC_WATCH 150)
  891. (define-constant XC_XTERM 152)
  892.